home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / i / internet / software / doku / readme < prev   
Encoding:
Text File  |  1996-01-08  |  6.8 KB  |  172 lines

  1. HOW TO INSTALL THE TUW-TCP/IP PACKAGE  8. April 1992,
  2.                                        updated January 12th, 1993 by pm.
  3.  
  4. ---
  5.  
  6. Please note:
  7.  
  8. This package was intended to overcome the drawbacks of existing
  9. network packages for the ATARI: high price, low performance and
  10. missing compatibility between the software of different companies.
  11. Therefore we have introduced a packet driver interface similar to that
  12. used on IBM-PCs and developed a TCP/IP software compatible with the
  13. ATARI networking interface routines as well as some
  14. application programs to connect to our SUN workstations.
  15. This was done mainly to utilize our existing STs and TTs in our
  16. network and was never thougt of becoming available to the public.
  17. Hans Wieser who first started the project has left our group.
  18. Meanwhile our group also has switched over to PCs, so no further updates
  19. will be done. (pm Jan 1994)
  20. I apologize for the bad support, nevertheless I hope you
  21. will find it useful.
  22.  
  23. Updates to the newest versions are put in the tuw-tcp directory separately.
  24.  
  25. pm.
  26. ---
  27.  
  28. Copy the following programs into the AUTO folder of your bootdisk:
  29.  
  30. 1.) INETCUST.PRG (customization to your environment)
  31. 2.) PKTDRV.PRG   (one of lancest.prg, lancett.prg, dlinkdrv.prg or
  32.                   your own packet driver)
  33. 3.) TUWTCP.PRG   (TCP/IP)
  34.  
  35. These programs must be executed in the given order at boot-time.
  36.  
  37. PKTDRV.PRG and TUWTCP.PRG depend on the custom structure which is loaded
  38. resident by INETCUST.PRG .
  39. INETCUST.PRG reads the file INETCUST.INF, which you should update for
  40. your site-customisation requirements. If you execute INETCUST.PRG and
  41. the custom-structure is already resident, the resident structure is updated.
  42. INETCUST.PRG searches INETCUST.INF in the root directory of the current
  43. drive.( This is the boot drive when executed from the AUTO folder. )
  44.  
  45. The SUBNETBITS keyword allows for adjusting the actually used number
  46. of bits for your subnet address.
  47.  
  48. HOSTS:
  49. Provide all internet addresses and hostnames you want to refer to in a
  50. file and enter the full pathname to this file at the HOSTS keyword in 
  51. INETCUST.INF .
  52. The format of this file is:
  53.  
  54. # This is a comment
  55. # internet addr  firstname of host    second name of host  ....  
  56. ddd.ddd.ddd.ddd  hostname            nickname_of_host
  57.  
  58. Use only one line per host.
  59.  
  60. PS: Nameserver support eg. is included in TNFTP.PRG.
  61.  
  62. Utilities for TUW-TCP:
  63. ----------------------
  64.  
  65. Notes:
  66. If you want to run FTPSERV.PRG or TNFTP.PRG as an accessory, simply rename it
  67. to *.ACC and copy it to the root-directory of your bootdisk. 
  68.  
  69. See also the separate updates for some utilities.
  70.  
  71.                                        updated August 25th, 1993 by pm.
  72. TNFTP - TELNET and FTP client
  73. -----------------------------
  74. TNFTP.ACC needs fontfiles and the TNFTP.RSC file in the root 
  75. directory of your bootdrive.
  76.  
  77. To become familiar with all shortcut-keys provided by TNFTP.PRG (TNFTP.ACC),
  78. run it as the normal .PRG and look at the menu. You also have the possibility
  79. to activate a dialog with the <HELP> key at any time a TNFTP-window is the
  80. active one. If you have a TNFTP.ACC-window open and
  81. you start another program, the TNFTP-window will be closed due to system 
  82. requirements; simply click on the desk-menu entry of the TNFTP accessory and
  83. all TNFTP-windows will reopen, the connection to the host will remain
  84. established. 
  85. Closing a window by clicking the close-box at the upper left corner of 
  86. the window will close the connection too. You can run TNFTP.PRG (TNFTP.ACC) 
  87. and FTPSERV.ACC concurrently to be able to ftp back to your ATARI.
  88. The environment variable FTPWIN specifies the FTP window and FTPTMP a
  89. filename for temporary data.
  90.  
  91. FTPSERV - simple FTP server
  92. ---------------------------
  93. FTPSERV.PRG and FTPSERV.ACC cannot run concurrently since only one server
  94. can listen on the FTP-port. Only one FTP client can be serviced at the same
  95. time. To stop FTPSERV.PRG simply close the info-window.
  96. Access is controlled via the /ETC/PASSWD file which is of the following
  97. structure:
  98.  
  99. username:password:homedir
  100.  
  101. where password can be ommitted and homedir can be '*' to allow for
  102. unlimited access.
  103.  
  104. NETSTAT - status info about active connections
  105. ----------------------------------------------
  106. NETSTAT.ACC/PRG gives you info about currently active connections
  107. as well as driver statistics.
  108.  
  109. SETCLOCK - get time from time server
  110. ------------------------------------
  111. SETCLOCK.PRG sets the local clock after retrieving the actual time from
  112. the first timeserver specified in INETCUST.INF. Time SETCLOCK.PRG is
  113. linked with the german version of PURE-C libraries, so the reported 
  114. timezone name may be incorrect. Daylight savings time should be honoured
  115. be changing the TZOFFS entry in INETCUST.INF accordingly.
  116. ( The 'TZ' keyword is NOT currently used by this program )
  117.  
  118. LPR - line printer access
  119. -------------------------
  120. LPR.TTP allows for printing of files on a remote printer.
  121. Options are: -Sprinthost -Pprinter file.
  122. Defaults can be specified in the environment variables for the
  123. printer in PRINTER, the username in USER and the print host
  124. in PRINTHOST.
  125.  
  126. SPOOLD - routes files with extension .PCO to remote printer
  127. -----------------------------------------------------------
  128. SPOOLD.ACC automatically prints a file with extension .PCO on the
  129. remote printer as soon as it gets closed after it was opened, then
  130. the file is deleted!.
  131. (Intended to be used with TEMPUS WORD or similar programs which are able
  132. to print to disk)
  133. Defaults can be specified in the environment variables for the
  134. printer in PRINTER, the username in USER and the print host
  135. in PRINTHOST.
  136.  
  137. HPPRND - routes bios/gemdos printer output to remote printer
  138. -----------------------------------------------------------
  139. HPPRND.ACC automatically generates a file with extension .PCO from
  140. printer output via bios or gemdos and prints it on the
  141. remote printer as soon as the stream gets closed after it was opened, then
  142. the file is deleted!.
  143. (Intended to be used with TEMPUS WORD, CALAMUS or similar programs which 
  144. use their own printer driver via bios or gemdos)
  145. A full bios/gemdos printer redirector would need a capture timeout which
  146. could be added to the sources.
  147.  
  148. Defaults can be specified in the environment variables for the
  149. printer in PRINTER, the username in USER and the print host
  150. in PRINTHOST.
  151.  
  152. Since this package in part needs the multitasking capabilities of the AES,
  153. any .TOS or .TTP program not using the GEMDOS calls of the package will
  154. suspend the network services. 8-(
  155.  
  156. Latest news:
  157. ---------
  158. It was reported that the package will not work under multitasking environments.
  159. As far as I was able to trace the problem, TUWTCP works under MINT but
  160. TNFTP had to be modified so it can only be run as .PRG not .ACC (TNFTPX.PRG).
  161. The problem seems to stem from the stack checking in PURE-C under
  162. multitasking.
  163.  
  164. Meanwhile I also did a PCB for the DE600 interface and it works fine on our
  165. ST an TT. See pcb.zoo.
  166.  
  167. For any suggestions, enhancements and bugreports send a mail to
  168.  
  169.   Peter Mayer  , pm@fortec.tuwien.ac.at
  170.  
  171.  
  172.